home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / NotifyLib / NotifyLib.h < prev   
Encoding:
C/C++ Source or Header  |  1993-11-12  |  380 b   |  11 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. #include "DialogModalLib.h"
  3. short NotifyCustom(short alert, short string, short index,
  4.     short icon, DlgModalFilterType filter, void *data, ...);
  5. void NotifyStop(int index, ...);
  6. void NotifyNote(int index, ...);
  7. void NotifyCaution(int index, ...);
  8. short NotifyOtherStop(int index, ...);
  9. short NotifyOtherNote(int index, ...);
  10. short NotifyOtherCaution(int index, ...);
  11.